home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / mosmllib / test / test.sml.dos < prev    next >
Encoding:
Text File  |  1997-08-18  |  517 b   |  33 lines  |  [TEXT/R*ch]

  1. (* File test/test.sml, main file for Standard Library test cases *)
  2.  
  3. (* open OS; *)
  4.  
  5. app use
  6. ["array.sml",
  7.  "array2.sml",
  8.  "arraysort.sml",
  9.  "bytechar.sml",
  10.  "date.sml",
  11.  "filesys.sml",
  12.  "general.sml",
  13.  "int.sml",
  14.  "list.sml",
  15.  "listpair.sml",
  16.  "listsort.sml",
  17.  "math.sml",
  18.  "real.sml",
  19.  "string.sml",
  20.  "stringcvt.sml",
  21.  "substring.sml",
  22.  "textio.sml",
  23.  "time.sml",
  24.  "timer.sml",
  25.  "dospath.sml",
  26.  "vector.sml",
  27.  "word.sml",
  28.  "word8.sml",
  29.  "word8array.sml",
  30.  "word8vector.sml"];
  31.  
  32. ignore(Process.exit Process.success);
  33.